nanopyx.methods.srrf

Implemetation of the SRRF method

>>> from nanopyx.methods.srrf import SRRF
>>> srrf = SRRF(magnification=2, ringRadius=0.5)
1"""
2Implemetation of the SRRF method
3
4
5>>> from nanopyx.methods.srrf import SRRF
6>>> srrf = SRRF(magnification=2, ringRadius=0.5)
7
8"""
9from ._srrf import SRRF